home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FlashPaste Lite / flashpaste_lite_2.4.exe / Flashpaste.chm / html / style.css < prev    next >
Cascading Style Sheet File  |  2004-12-12  |  926b  |  79 lines

  1. H4 {
  2.     text-align : center;
  3.     color : Blue;
  4. }
  5. BODY {
  6.     color : Black;
  7.     font-family: Tahoma, Arial;
  8.     padding-left: 5%;
  9. }
  10.  
  11. table
  12. {
  13.     font-size : 10pt;
  14.     width : 95%;
  15.     background : Black;
  16.     
  17. }
  18. td {
  19.     padding: 5 10 5 10;
  20.     background : #9999cc;
  21. }
  22.  
  23. table.top
  24. {
  25.  
  26.     text-align : left;
  27.     text-indent : 10;
  28.     font : bold;
  29. }
  30. table.main
  31. {
  32.     text-align : left;
  33.     margin-top : 5;
  34.     margin-bottom : 5;
  35. }
  36. td.main{
  37.     padding: 5 10 5 10;
  38.     background : white;
  39. }
  40.  
  41. table.bottom
  42. {
  43.     text-align : right;
  44.     font : bold;
  45. }
  46. table.Compare
  47. {
  48.     font-size : 10pt;
  49.     background : White;
  50. }
  51. td.TitleCompare
  52. {
  53.         padding: 5 10 5 10;
  54.         background :#fef266;
  55. }
  56. td.Compare
  57. {
  58.         padding: 5 10 5 10;
  59.         background :white;
  60.         text-align : center;
  61. }
  62.  
  63. P {
  64.     text-align : justify;
  65.     margin-left : 2%;
  66.     margin-right : 2%;
  67.     margin-top :10;
  68.     text-indent : 3%;
  69. }
  70.  
  71. UL {
  72.     text-align : left;
  73. }
  74.  
  75. LI {
  76.     margin-bottom : 5;
  77. }
  78.  
  79.